* imenu.el (imenu): Inhibit push-mark message.
authorChong Yidong <cyd@gnu.org>
Mon, 29 Oct 2012 09:58:49 +0000 (17:58 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 29 Oct 2012 09:58:49 +0000 (17:58 +0800)
lisp/ChangeLog
lisp/imenu.el

index 4aabcc75a576ec59305321cadc0944af7e33a398..e436330685fbb5dfcd512c0f5fca8bc8288a20ce 100644 (file)
@@ -1,5 +1,7 @@
 2012-10-29  Chong Yidong  <cyd@gnu.org>
 
+       * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
+
        * face-remap.el (face-remap-add-relative): Handle the case where a
        face-remapping-alist entry is a cons cell (Bug#12762).
 
index 47a2f1e3b40675cc3a7b985c1c40c93256fb1d8e..4686d1cf538f50c179b68f5916f69bae6c38bb78 100644 (file)
@@ -1018,7 +1018,7 @@ for more information."
   (if (stringp index-item)
       (setq index-item (assoc index-item (imenu--make-index-alist))))
   (when index-item
-    (push-mark)
+    (push-mark nil t)
     (let* ((is-special-item (listp (cdr index-item)))
           (function
            (if is-special-item